Class ExecTranPaypalInput

Description

Paypal決済実行 入力パラメータクラス

Located in /com/gmo_pg/client/input/ExecTranPaypalInput.php (line 14)

BaseInput
   |
   --ExecTranPaypalInput
Method Summary
 unknown_type __construct ([array $params = null])
 string getAccessId ()
 string getAccessPass ()
 string getClientField1 ()
 string getClientField2 ()
 string getClientField3 ()
 string getItemName ()
 string getLocale ()
 string getOrderId ()
 string getPaymentType ()
 string getRedirectURL ()
 string getShipFlg ()
 string getShipToCity ()
 string getShipToName ()
 string getShipToState ()
 string getShipToStreet ()
 string getShipToStreet2 ()
 string getShipToZip ()
 string getShopId ()
 string getShopPass ()
 void setAccessId (string $accessId)
 void setAccessPass (string $accessPass)
 void setClientField1 (string $clientField1)
 void setClientField2 (string $clientField2)
 void setClientField3 (string $clientField3)
 void setInputValues (IgnoreCaseMap $params)
 void setItemName (string $itemName)
 void setLocale (string $locale)
 void setOrderId (string $orderId)
 void setPaymentType (string $paymentType)
 void setPaypalBillingAgreementId (string $paypalBillingAgreementId)
 void setRedirectURL (string $redirectURL)
 void setShipFlg (string $shipFlg)
 void setShipToCity (string $shipToCity)
 void setShipToCountryCode (string $shipToCountryCode)
 void setShipToName (string $shipToName)
 void setShipToState (string $shipToState)
 void setShipToStreet (string $shipToStreet)
 void setShipToStreet2 (string $shipToStreet2)
 void setShipToZip (string $shipToZip)
 void setShopId ($shopId $shopId)
 void setShopPass ($shopPass $shopPass)
 string toString ()
Methods
Constructor __construct (line 141)

コンストラクタ

  • access: public
unknown_type __construct ([array $params = null])
  • array $params: 入力パラメタ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getAccessId (line 259)

取引ID取得

  • return: 取引ID
  • access: public
string getAccessId ()
getAccessPass (line 267)

取引パスワード取得

  • return: 取引パスワード
  • access: public
string getAccessPass ()
getClientField1 (line 307)

加盟店自由項目1取得

  • return: 加盟店自由項目1
  • access: public
string getClientField1 ()
getClientField2 (line 315)

加盟店自由項目2取得

  • return: 加盟店自由項目2
  • access: public
string getClientField2 ()
getClientField3 (line 323)

加盟店自由項目3取得

  • return: 加盟店自由項目3
  • access: public
string getClientField3 ()
getItemName (line 299)

商品名取得

  • return: 商品名
  • access: public
string getItemName ()
getLocale (line 291)

言語取得

  • return: 言語
  • access: public
string getLocale ()
getOrderId (line 275)

オーダーID取得

  • return: オーダーID
  • access: public
string getOrderId ()
getPaymentType (line 331)

決済タイプ取得

  • return: 決済タイプ
  • access: public
string getPaymentType ()
getPaypalBillingAgreementId (line 339)

支払同意ID取得

  • return: 支払同意ID
  • access: public
string getPaypalBillingAgreementId ()
getRedirectURL (line 283)

リダイレクトURL取得

  • return: リダイレクトURL
  • access: public
string getRedirectURL ()
getShipFlg (line 347)

配送先利用フラグ取得

  • return: 配送先利用フラグ
  • access: public
string getShipFlg ()
getShipToCity (line 387)

配送先市町村取得

  • return: 配送先市町村
  • access: public
string getShipToCity ()
getShipToCountryCode (line 371)

配送先国コード取得

  • return: 配送先国コード
  • access: public
string getShipToCountryCode ()
getShipToName (line 355)

配送先氏名取得

  • return: 配送先氏名
  • access: public
string getShipToName ()
getShipToState (line 379)

配送先都道府県取得

  • return: 配送先都道府県
  • access: public
string getShipToState ()
getShipToStreet (line 395)

配送先番地取得

  • return: 配送先番地
  • access: public
string getShipToStreet ()
getShipToStreet2 (line 403)

配送先建物名など取得

  • return: 配送先建物名など
  • access: public
string getShipToStreet2 ()
getShipToZip (line 363)

配送先郵便番号取得

  • return: 配送先郵便番号
  • access: public
string getShipToZip ()
getShopId (line 243)

ショップId取得

  • return: ショップId
  • access: public
string getShopId ()
getShopPass (line 251)

ショップパスワードの取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
setAccessId (line 428)

取引ID設定

  • access: public
void setAccessId (string $accessId)
  • string $accessId: 取引ID
setAccessPass (line 437)

取引パスワードを設定

  • access: public
void setAccessPass (string $accessPass)
  • string $accessPass: 取引パスワード
setClientField1 (line 479)

加盟店自由項目1設定

  • access: public
void setClientField1 (string $clientField1)
  • string $clientField1: 加盟店自由項目1
setClientField2 (line 488)

加盟店自由項目2設定

  • access: public
void setClientField2 (string $clientField2)
  • string $clientField2: 加盟店自由項目2
setClientField3 (line 497)

加盟店自由項目3設定

  • access: public
void setClientField3 (string $clientField3)
  • string $clientField3: 加盟店自由項目3
setDefaultValues (line 148)

デフォルト値を設定する

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setInputValues (line 158)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setItemName (line 454)

商品名設定

  • access: public
void setItemName (string $itemName)
  • string $itemName: 商品名
setLocale (line 470)

言語設定

  • access: public
void setLocale (string $locale)
  • string $locale: 言語
setOrderId (line 446)

オーダーID設定

  • access: public
void setOrderId (string $orderId)
  • string $orderId: オーダーID
setPaymentType (line 506)

決済タイプ設定

  • access: public
void setPaymentType (string $paymentType)
  • string $paymentType: 決済タイプ
setPaypalBillingAgreementId (line 515)

支払同意ID設定

  • access: public
void setPaypalBillingAgreementId (string $paypalBillingAgreementId)
  • string $paypalBillingAgreementId: 支払同意ID
setRedirectURL (line 462)

リダイレクトURL設定

  • access: public
void setRedirectURL (string $redirectURL)
  • string $redirectURL: リダイレクトURL
setShipFlg (line 524)

配送先利用フラグ設定

  • access: public
void setShipFlg (string $shipFlg)
  • string $shipFlg: 配送先利用フラグ
setShipToCity (line 569)

配送先市町村設定

  • access: public
void setShipToCity (string $shipToCity)
  • string $shipToCity: 配送先市町村
setShipToCountryCode (line 551)

配送先国コード設定

  • access: public
void setShipToCountryCode (string $shipToCountryCode)
  • string $shipToCountryCode: 配送先国コード
setShipToName (line 533)

配送先氏名設定

  • access: public
void setShipToName (string $shipToName)
  • string $shipToName: 配送先氏名
setShipToState (line 560)

配送先都道府県設定

  • access: public
void setShipToState (string $shipToState)
  • string $shipToState: 配送先都道府県
setShipToStreet (line 578)

配送先番地設定

  • access: public
void setShipToStreet (string $shipToStreet)
  • string $shipToStreet: 配送先番地
setShipToStreet2 (line 587)

配送先建物名など

  • access: public
void setShipToStreet2 (string $shipToStreet2)
  • string $shipToStreet2: 配送先建物名など
setShipToZip (line 542)

配送先郵便番号設定

  • access: public
void setShipToZip (string $shipToZip)
  • string $shipToZip: 配送先郵便番号
setShopId (line 411)

ショップIdの設定

  • access: public
void setShopId ($shopId $shopId)
  • $shopId $shopId: ショップId
setShopPass (line 419)

ショップパスワードの設定

  • access: public
void setShopPass ($shopPass $shopPass)
  • $shopPass $shopPass: ショップパスワード
toString (line 191)

文字列表現

URLのパラメータ文字列の形式の文字列を生成する

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 19:58:31 +0900 by phpDocumentor 1.4.3